﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
body,html{min-width:1100px;}
*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Microsoft YaHei';
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000000;
    display: inline-block;
}
.clear{
    clear: both;
}
img{
    border: none;
}
.top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #45b035;
}
.top .top-content{
    width: 1200px;
    margin: 0 auto;
}
.top .top-content .top-left{
    float: left;
}
.top .top-content .top-left span{
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
	float:left;
    color: #fff;
}
.top .top-content .top-left span i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.top .top-content .top-left span .phone-icon{
    width:15px ;
    height:16px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/phone.png) center center no-repeat;
}
.top .top-content .top-left span .email-icon{
    width:24px ;
    height:17px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/email.png) center center no-repeat;
}
.top .top-content .top-right{
    float: right;
}
.top .top-content .top-right a{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 9px 0 9px 9px;
    padding: 0;
}
.top-right .bdsharebuttonbox .a-weixin{
    background: url(//filecdn.ify.cn/skin/mrfa408/img/weixin.png) center center no-repeat;
}
.top-right .bdsharebuttonbox .a-sina{
    background: url(//filecdn.ify.cn/skin/mrfa408/img/sina.png) center center no-repeat;
}
.top-right .bdsharebuttonbox .a-qq{
    background: url(//filecdn.ify.cn/skin/mrfa408/img/kong.png) center center no-repeat;
}


.nav{
    width: 100%;
    height: 80px;
}
.nav .nav-content{
    width: 1200px;
    margin: 0 auto;
}
.nav .nav-content .nav-left{
    float: left;
    width:103px ;
    height: 40px;
    margin-top: 20px;
}
.nav .nav-content .nav-left img{
    width: 100%;
}
.nav .nav-content .nav-right{
    float: right;
}
.nav .nav-content .nav-right li{
    float: left;
    padding: 0 25px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    border-right: 1px solid #cacaca;
    margin-top: 33px;
}
.nav .nav-content .nav-right a{
    display: inline-block;
    font-size: 16px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.nav .nav-content .nav-right li.a-hover a{
    color: #45b035;
}
.nav .nav-content .nav-right a:hover{
    color: #45b035;
}
.nav .nav-content .nav-right .last-a{
    border-right: none;
    padding-right: 0;
}

.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
/*banner分页*/

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #45b035;
    border: 1px solid #45b035;
}


.main{
    width: 100%;
}
.main .main-content{
    width: 1200px;
    margin: 55px auto;
}
.main .main-content .title{
     position: relative;
    height: 100px;
}
.main .main-content .title .top-title{
    width: 360px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #45b035;
    border-bottom: 1px solid #cccccc;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    text-transform: uppercase;
    font-family: 'Arial';
}
.main .main-content .title .bottom-title{
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-top: 3px solid #45b035;
    position: absolute;
    left: 50%;
    top: 59px;
    margin-left: -40px;
    text-transform: uppercase;
    color: #00479d;
}

/*产品列表*/
.product-info{
    width: 100%;
    margin: 30px 0;
}
.product-info li{
    float: left;
    width: 280px;
    height: 315px;
    border: 1px solid #d2d2d2;
    margin-right: 24px;
    margin-bottom: 25px;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
}
.product-info li.last-li{
    margin-right:0;
}
.product-info li .pro-box{
    padding: 14px;
    display: inline-block;
}
.product-info li .pro-box .pro-img{
    width: 255px;
    height: 175px;
	overflow:hidden;
}
.product-info li .pro-box .pro-img img{
    width: 255px;
    height: 175px;
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-info li .pro-box .pro-title{
        line-height: 25px;
    margin: 10px 0 23px;
    height: 50px;
    font-size: 16px;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
}
.product-info li .pro-box .pro-info{
    font-size: 12px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #737373;
}
.product-info li .pro-box .a-more{
    color: #45b035;
}
.product-info li .pro-box .a-more1{
    color: #45b035;
}
.product-info li:hover .pro-img img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.product-info li:hover .pro-title{
    color: #45b035;
}
.product-info li:hover{
    border-color: #45b035;
}

/*首页产品分类*/
.index-pro{
    width: 100%;
    margin: 35px 0;
}
.index-pro li{
    width: 16.66%;
    text-align: center;
    float: left;
}
.index-pro li p{
    margin-top: 15px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.index-pro li:hover p{
    color: #45b035;
}

/*首页新闻*/
.news{
    padding-top: 20px;
}
.news-left{
    float: left;
    width: 590px;
    margin-right: 15px;
}
.news .news-left .news-img{
    width: 590px;
    height:180px ;
}
.news .news-left .news-img img{
    width: 100%;
  height: 180px;
}
.news .news-left .news-conrent{
    margin-top: 10px;
}
.news .news-left .news-conrent .news-title{
    height: 35px;
    line-height: 35px;
}
.news .news-left .news-conrent .news-info{
    width: 590px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #737373;
}
.news .news-left .news-conrent .read-more{
    display: inline-block;
    color: #45b035;
    margin-top: 10px;
}
.main .main-content .news-right{
    float: right;
    width: 590px;
}
.news-right li{
    padding: 10px;
    border-top: 1px solid #d2d2d2;
}
.news-right .last-li{
    border-bottom: 1px solid #d2d2d2;
}
.news-right li .r-left{
    float: left;
    width: 80px;
    margin-right: 15px;
}
.news-right li .r-left .rl-top{
    width: 80px;
    font-size: 28px;
    overflow: hidden;
}
.news-right li .r-left .rl-bottom{
    width: 75px;
    height: 19px;
    font-size: 12px;
    text-align: right;
}
.news-right li .r-right{
    float: left;
    width: 470px;
}
.news-right li .r-right .rr-title{
    line-height: 30px;
    font-size: 16px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.news-right li .r-right .rr-content{
    width: 470px;
    height: 50px;
    line-height: 25px;
    color: #737373;
    overflow: hidden;
}
.news-right li:hover .r-right .rr-title{
    color: #45b035;
}

/*首页领域*/
.field{
    width: 100%;
}
.field img{
    width: 100%;
    vertical-align: middle;
}
.field .field-l{
    float: left;
    width: 50%;
    position: relative;
}
.field .field-r{
    float: left;
    width: 50%;
}
.field .field-r a.w50{
    float: left;
    width: 50%;
    position: relative;
}
.field .field-r a.w33{
    float: left;
    width: 33.33%;
}
.field-msg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -146px;
    text-align: center;
}
.field-msg .field-title{
    font-size: 24px;
    color: #fff;
}
.field-msg .field-line{
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 25px auto;
}
.field-info p{
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}

/*底部*/
.bottom{
    width: 100%;
    background: #00479d;
}
.bottom .bottom-content{
    width: 1200px;
    margin: 0 auto;
}
.bottom .bottom-content .bottom-left{
    float: left;
}
.bottom-left .ul-box{
    float: left;
    padding: 40px;
}
.bottom-left .ul-first{
    padding-left: 0;
}
.bottom-left .ul-box .ub-nav a{
    color: #f0f0f0;
    font-size: 14px;
    margin-bottom: 10px;
}
.bottom-left .ul-box a{
    display: inline-block;
    color: #b3b5b6;
    font-size: 12px;
}
.bottom-left .ul-box ul li{
    line-height: 25px;
    color: #fff;
    opacity: 0.6;
}
.bottom .bottom-content .bottom-right{
    float: right;
}
.bottom-right .search{
    padding-top: 30px;
    color: #f0f0f0;
    padding-bottom: 10px;
}
.bottom-right .search .search-box{
    width: 310px;
    background: #ffffff;
    height: 32px;
    line-height: 32px;
    position: relative;
}
.bottom-right .search .search-ipt{
    width: 280px;
    background: #ffffff;
    height: 32px;
    line-height: 32px;
    border: none 0;
    outline: none;
}
.bottom-right .search .sub-ipt{
    width: 30px;
    height: 32px;
    line-height: 32px;
    border: none 0;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/search.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    outline: none;
}
.bottom-right .search-msg{
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
}

.footer{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #1a2129;
}
.footer .footer-content{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-content .footer-left{
    float: left;
}
.footer .footer-content .footer-left span{
    font-size: 12px;
    color: #b3b5b6;
    display: inline-block;
    margin-right: 5px;
}
.footer .footer-content .footer-right{
    float: right;
}
.footer .footer-content .footer-right a{
    font-size: 12px;
    color: #b3b5b6;
    display: inline-block;
    margin-right: 5px;
}

/*内页*/
.inner-img{
    width: 100%;
}
.inner-img img{
    width: 100%;
}
.main .main-content .menu{
    text-align: center;
}
.main .main-content .menu .left_menu{
    display: inline-block;
    *display:inline; 
	*zoom:1; 
}
.left_menu ul{
    overflow: hidden;
}
.left_menu li{
    float: left;
    padding: 30px 0;
}
.left_menu li a{
     display: inline-block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
}
.left_menu li .on{
    color: #ffffff;
    background: #45b035;
    border:  1px solid #45b035;
}


/*新闻列表*/
.news-list{
    width: 100%;
}
 .news-list  li{
    padding: 10px;
    border-top: 1px solid #d2d2d2;
}
.news-list .last-li{
    border-bottom: 1px solid #d2d2d2;
}
.news-list li .r-left{
    float: left;
    width: 80px;
    margin-right: 15px;
}
.news-list li .r-left .rl-top{
    width: 80px;
    font-size: 28px;
}
.news-list li .r-left .rl-bottom{
    width: 75px;
    height: 19px;
    font-size: 12px;
    text-align: right;
}
.news-list li .r-right{
    float: left;
    width: 1080px;
}
.news-list li .r-right .rr-title{
    line-height: 30px;
    font-size: 16px;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
}
.news-list li .r-right .rr-content{
    width: 1080px;
    height: 50px;
    line-height: 25px;
    color: #737373;
    overflow: hidden;
}
.news-list li:hover .r-right .rr-title{
    color: #45b035;
}

/*关于我们*/
.about{
    width: 100%;
}
.about p{
    font-size: 16px;
   line-height: 28px;
}
.about img{
    max-width: 100%;
}
.about .main-title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}


/*分页*/
.page-main{
    width: 100%;
}
.page-main .page{
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}
.page-main .page span{
    font-size: 12px;
    margin-right: 10px;
}
.page-main .page span a{
    font-size: 12px;
    color: #757575;
}
.page-main .page .JZD_PAGE_PREVIOUS{
    display: inline-block;
    width: 60px;
    height: 23px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 25px;
    color: #757575;
}
.page-main .page .JZD_PAGE_NEXT{
    display: inline-block;
    width: 70px;
    height: 23px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 25px;
    color: #757575;
}
.page-main .page .JZD_PAGE_SHUZIYE{
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 22px;
}
.page-main .page .JZD_PAGE_GONG ,.JZD_PAGE_ZONGSHU,.JZD_PAGE_TIAOJILU,.JZD_PAGE_YECI,.JZD_PAGE_NUMBER,.JZD_PAGE_XIEGANG,.JZD_PAGE_YE,.JZD_PAGE_FIRST,.JZD_PAGE_LAST,.JZD_PAGE_ZHUANGDAO,.JZD_PAGE_SELECT,.JZD_PAGE_SELECT_YE{
    display: none;
}
.page-main .page .JZD_PAGE_DISABLED{
    background: #45b035;
    color: #fff;
    border-color: #45b035;
}


/*联系我们*/

.contact-info{
    width: 100%;
    margin-top: 30px;
}
.contact-info .ci-map{
    width: 1200px;
    height: 400px;
}
.contact-info .ci-map img{
    width: 100%;
}
.contact-info .ci-info{
    width: 100%;
    margin-top: 20px;
}
.contact-info .ci-info .ci-title{
    font-size: 22px;
    height: 50px;
    line-height: 50px;
}
.contact-info .ci-info .ci-content{
    margin-top: 5px;
}
.contact-info .ci-info .ci-content li{
    float: left;
    font-size: 17px;
    margin-right: 30px;
    color: #666;
}
.contact-info .ci-info .ci-content li i{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.contact-info .ci-info .ci-content li .icon-address{
    width:16px ;
    height:16px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/home.png) center center no-repeat;
}
.contact-info .ci-info .ci-content li .icon-pc{
    width:15px ;
    height:16px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/pc.png) center center no-repeat;
}
.contact-info .ci-info .ci-content li .icon-fax{
    width:15px ;
    height:16px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/fax.png) center center no-repeat;
}
.contact-info .ci-info .ci-content li .icon-email{
    width:15px ;
    height:11px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/mail.png) center center no-repeat;
}
.c-message{
    margin-top: 20px;
}
.c-message .msg-title{
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.c-message .msg-ipt input{
    border: 1px solid #959595;
    background: #fafafa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.c-message .msg-ipt span{
    display: inline-block;
    margin-right: 10px;
}
.c-message .msg-ipt .name-ipt{
    width: 105px;
}
.c-message .msg-ipt .other-ipt{
    width: 425px;
}
.c-message .msg-ipt .text{
    margin-top: 20px;
}
.c-message .msg-ipt .text textarea{
    border: 1px solid #959595;
    width: 1190px;
    height: 255px;
    padding-left: 5px;
    padding-top: 5px;
    background: #fafafa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.c-message .btn{
    float: right;
    margin-top: 10px;
}
.c-message .btn input{
    width: 105px;
    height: 25px;
    border-radius: 10px;
    border: none 0;
    color: #ffffff;
}
.c-message .btn .ipt-sub{
    background: #45b035;
    margin-right: 20px;
}
.c-message .btn .ipt-ret{
    background: #999;
}

/*精品案例*/
.case-list{
    width: 100%;
    margin-top: 30px;
}
.case-list li{
    width: 100%;
    margin-bottom: 40px;
}
.case-list li a{
    width: 100%;
}
.case-list .case-l{
    width: 375px;
    float: left;
}
.case-list .case-l img{
    width: 375px;
    height: 255px;
}
.case-list .case-r{
    width: 800px;
    float: right;
    margin-top: 37px;
}
.case-list .case-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
}
.case-list .case-date{
    font-size: 12px;
    color: #959595;
}
.case-list .case-line{
    width: 70px;
    height: 3px;
    background: #45b035;
    margin: 20px 0;
}
.case-list .case-info {
    font-size: 12px;
    color: #828282;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.case-list .case-more {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
    color: #45b035;
}
.case-list li:hover .case-title{
    color: #45b035;
}

/*人才招聘*/
.join-more{
    text-align: center;
    line-height: 22px;
}
.join-more a{
    font-weight: bold;
    color: #45b035;
}

.join-table{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
}
.join-table .w1200{
    width: 1197px;
    margin: 0 auto;
    border: 1px solid #b5b5b5;
}
.join-table .w1200 .table-magin{
    margin: 30px;
}
.join-table .w1200 table{
    width: 100%;
}
.join-table .w1200 table tr th{
    border-bottom: 1px solid #b5b5b5;
    font-weight: normal;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding-bottom: 20px;
}
.join-table .w1200 table tr td{
    border-bottom: 1px solid #b5b5b5;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.join-table .w1200 table tr td i{
    display: inline-block;
    width:13px ;
    height:7px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/down-icon.png) no-repeat;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}
.join-table .w1200 table tr .th1{
    width: 25%;
}
.join-table .w1200 table tr .th2{
    width: 25%;
}
.join-table .w1200 table tr .th3{
    width: 25%;
}
.join-table .w1200 table tr .th4{
    width: 25%;
}
.join-table .w1200 table .hide-tr{
    background: #eeeeee;
    display: none;
}
.join-table .w1200 table .hide-tr td{
    line-height: 30px;
    padding: 20px;
    text-align: left;
}

/*资质荣誉*/
.honor-list{
    width: 100%;
}
.honor-list li{
    float: left;
    width: 270px;
    margin-right: 40px;
    margin-top: 35px;
}
.honor-list li.last-li{
    margin-right: 0;
}
.honor-list .honor-img{
    width: 270px;
    height: 391px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
}
.honor-list .honor-img img{
    width: 270px;
    height: 391px;
}
.honor-list .honor-title{
    font-size: 16px;
    text-align: center;
    color: #5d5d5d;
    margin-top: 15px;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
}

.honor-list li:hover .honor-title{
    color: #45b035;
}
.honor-list li:hover .honor-img{
    border-color: #45b035;
}

.down-menu{
    text-align: center;
}
.down-menu a{
    margin: 0 10px;
  position: relative;
}
.down-menu a:after{
	content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #bbb;
    position: absolute;
    top: 3px;
    right: -10px;
}
.down-menu a:last-child:after{
	display: none;
}
.down-menu a.on{
    color: #45b035;
}
.list_search li a{
  font-size:15px;
line-height: 30px;
 
}
.list_search li{
 border-bottom:1px solid #000;

}
